Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: embed markdown as bindata #51

Merged
merged 1 commit into from
Oct 12, 2021
Merged

fix: embed markdown as bindata #51

merged 1 commit into from
Oct 12, 2021

Conversation

alexeagle
Copy link
Member

We can't read runfiles unless we distribute a package that lays them out on the users disk.
We just want a self-contained statically linked binary, which is what bindata is for.

Fixes #48

Copy link
Member

@gregmagolan gregmagolan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🌮

We can't read runfiles unless we distribute a package that lays them out on the users disk.
We just want a self-contained statically linked binary, which is what bindata is for.

Fixes #48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

release doesn't properly inline the runfiles tree
2 participants